projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
969fad4
)
* lisp/emacs-lisp/ert.el (ert-run-tests): Make INTERACTIVE arg optional.
author
Noam Postavsky
<npostavs@gmail.com>
Tue, 28 Mar 2017 13:40:45 +0000
(09:40 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Tue, 28 Mar 2017 13:44:24 +0000
(09:44 -0400)
lisp/emacs-lisp/ert.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/ert.el
b/lisp/emacs-lisp/ert.el
index 611c67311bc70c9082aa76144deb0e337da8cd9a..e7387e463cbc44047df48a97acc1b72eaf4441ac 100644
(file)
--- a/
lisp/emacs-lisp/ert.el
+++ b/
lisp/emacs-lisp/ert.el
@@
-1236,7
+1236,7
@@
SELECTOR is the selector that was used to select TESTS."
(funcall listener 'test-ended stats test result))
(setf (ert--stats-current-test stats) nil))))
-(defun ert-run-tests (selector listener interactively)
+(defun ert-run-tests (selector listener
&optional
interactively)
"Run the tests specified by SELECTOR, sending progress updates to LISTENER."
(let* ((tests (ert-select-tests selector t))
(stats (ert--make-stats tests selector)))